react 用 axios 打 localhost api server 出現 ERR_NETWORK 錯誤


將 express server 加上 cors 就好囉

npm install cors
import cors from 'cors';
app.use(cors({credentials:true}));
#React #Express #nodejs #cors #Axios






你可能感興趣的文章

MTR04_0701

MTR04_0701

JS 字串拼接 Template Literals

JS 字串拼接 Template Literals

資結、Data structure 1-- linked list

資結、Data structure 1-- linked list






留言討論